id가 'start_date' 또는 'end_date'인 컬럼에 날짜가 표시되는 방식을 정의합니다.
date | Date | 포맷팅이 필요한 날짜입니다. |
Available only in PRO Edition
scheduler.templates.grid_single_date = function(date){
return scheduler.templates.day_date(date)+" "+this.event_date(date);
};
이 템플릿은 grid_view 플러그인이 활성화된 경우에 작동합니다.